.panel {
    background-color: #fff;
    border-bottom: 1px solid #ae094a;
    margin-top: 30px;
}

img.img-one {
    width: 100%;
    border-radius: 16px;
}

.fa-angle-down:before {
    content: "\f107";
    font-size: 28px;
}

a#accordion {
    float: right;
    font-size: 21px;
    color: #003E90;
}

h2.second-case-study-second-title {
    color: #003E90;
    font-family: "Inter-Bold";
    font-size: 24px;
}

h2.third-case-study-second-title {
    color: #003E90;
    font-family: "Inter-Bold";
    font-size: 24px;
}

h2.fourth-case-study-second-title {
    color: #003E90;
    font-family: "Inter-Bold";
    font-size: 24px;
}

h2.fifth-case-study-second-title {
    color: #003E90;
    font-family: "Inter-Bold";
    font-size: 24px;
}

h2.sixth-case-study-second-title {
    color: #003E90;
    font-family: "Inter-Bold";
    font-size: 24px;
}

.panel-heading {
    background: #fff !important;
    padding: 10px;
    font-size: 24px;
    color: #003e90 !important;
    font-weight: bold;
}

a#accordion {
    float: right;
    font-size: 24px;
    color: #003e90 !important;
}

p.text-block {
    margin-left: 0px !important;
}

a#accordion {
    float: right;
    font-size: 24px;
    color: #003e90;
}

img.img-one {
    width: 75%;
    border-radius: 16px;
    margin-left: 6rem;
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) {
    img.img-one {
        width: 100%;
        border-radius: 16px;
        margin-left: 0rem;
    }

    a#accordion {
        float: none !important;
        font-size: 18px;
    }
}

@media screen and (min-device-width: 375px) and (max-device-width: 425px) {
    a#accordion {

        font-size: 18px;
    }

    h2.panel-heading {
        font-size: 18px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    .fa-angle-down:before {
        content: "\f107";
        font-size: 21px;
    }

    .text-block {
        font-size: 14px !important;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    h2.panel-heading {
        font-size: 15px !important;
    }

    a#accordion {
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    h2.panel-heading {
        font-size: 16px !important;
    }

    a#accordion {
        float: left;
        font-size: 14px;
        margin-top: 5px;
    }

    .text-block {
        font-size: 14px !important;
        margin-top: 0px;
    }

    .fa-angle-down:before {
        content: "\f107";
        font-size: 16px;
    }
}